home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17373 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in1.uu.net!bcstec!nntp
  3. From: ipscone@halcyon.com (Mike Davis)
  4. Subject: Re: MS Visual C++ 4.0 VS Access for Small Database Development Question
  5. X-Nntp-Posting-Host: hicap.ds.boeing.com
  6. Message-ID: <DpwtM2.6ur@bcstec.ca.boeing.com>
  7. Sender: nntp@bcstec.ca.boeing.com (NNTP News Access)
  8. Reply-To: ipscone@halcyon.com
  9. Organization: The Boeing Company
  10. X-Newsreader: Forte Free Agent 1.0.82
  11. References: <DptLEB.Gt4@bcstec.ca.boeing.com> <4kt8fr$oos@sam.inforamp.net>
  12. Date: Mon, 15 Apr 1996 15:27:57 GMT
  13.  
  14. rmorin@inforamp.net (Randy Charles Morin) wrote:
  15.  
  16. >ipscone@halcyon.com (Mike Davis) wrote:
  17. >>I have a project that will involve using a database to store
  18. >>information on a group of Students.  I will need to save information 
  19. >>on their stats, family info, etc.  There will be queries, sorting and
  20. >>reports required.
  21. >>I have programmed in MS Access for this in the past but have
  22. >>not used MS Visual C++ for this kind of program.
  23. >>Which would be the best choice?  I know this is probably a
  24. >>difficult thing to answer with the LITTLE information provided.
  25. >>What are the pros and cons of each?
  26.  
  27. >Forget the pros and cons of programming using C++ and Access.  The
  28. >simple matter is that you have already programmed in Access.  Well, if
  29. >you can do it without learning something knew, then do it that way.
  30. >There's an infinite amount of important things that you could learn.
  31. >Thus, you could learn the rest of your life.  If you can do it with
  32. >what you know, then forget learning and enjoy the profits of success.
  33.  
  34. I have programmed in both.  I just havn't used the DB functions in
  35. Visual C++.
  36.  
  37. What iritates me about your comment is that you are basically saying
  38. to stop learning.  I, for one, do not plan to stop learning.  
  39. I SPECIFICALLY want to learn the BEST way to perform the task
  40. that I have undertaken.
  41.  
  42. My questions, for others, still stands.  I am looking for the correct 
  43. approach.
  44.  
  45.